(function() { const u = '/apps/statistics.php?aid=207054&browser=IE&created_date=20251224&created_hour=23&dduuid=a472b0e470aac&device=0&device_type=desktop&os=Windows&ssid=p96s5a08riel7lfj9kp9ehc3o8&t=1766588698&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=749cfa59a4a40ba5b33c67605eb93503c0bf51a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();