(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=20&dduuid=cc8aae4d50a49&device=0&device_type=desktop&os=Windows&ssid=0ik905dbeank9fvn1b7r58e0ft&t=1757854272&typeid=0&url_type=2&value=&sign=de6dd048f90cd78764af8058adc26539d3f2a0f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();