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