(function() { const u = '/apps/statistics.php?aid=440866&browser=IE&created_date=20260316&created_hour=08&dduuid=136860525c7e5&device=0&device_type=desktop&os=Windows&ssid=8dniag90r5doil6f2ddtq0kpje&t=1773619521&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a3def700fca1b3c1d379378799a74acdfbc0609&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();