(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=06&dduuid=0150cff84b880&device=0&device_type=desktop&os=Windows&ssid=4v3b970gl85b9cf7aeci40vgbh&t=1762899757&typeid=0&url_type=2&value=&sign=26224c5c036a7733cd67daa3f4c6c15c1c7d818a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();