(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=08&dduuid=942000da3a04a&device=0&device_type=desktop&os=Windows&ssid=a6oa3nmclk0omd9etoiitmg9ab&t=1761267042&typeid=0&url_type=2&value=&sign=66f68726cdfe08e989f9a6a688b191573383fc03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();