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