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