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