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