(function() { const u = '/apps/statistics.php?aid=7444&browser=IE&created_date=20260310&created_hour=22&dduuid=f830cfa01372d&device=0&device_type=desktop&os=Windows&ssid=ehs369org0062ni6na37u0me83&t=1773152332&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fea8f4937c4d2962d9055be4cc37ce0a46657cfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();