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