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