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