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