(function() { const u = '/apps/statistics.php?aid=447379&browser=IE&created_date=20260123&created_hour=19&dduuid=675086d374bc2&device=0&device_type=desktop&os=Windows&ssid=a2ajnosamgau4r7gfuvda5d0n2&t=1769169075&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67ea15fd1721d841363f36888f208f4d247a56d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();