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