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