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