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