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