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