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