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