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