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