(function() { const u = '/apps/statistics.php?aid=449438&browser=IE&created_date=20260123&created_hour=05&dduuid=53fafe7f0779e&device=0&device_type=desktop&os=Windows&ssid=99stqeqjufuqln3jc7g0j8apup&t=1769117674&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74f0bc7c9857e04a435fac5783bc4679f33a129f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();