(function() { const u = '/apps/statistics.php?aid=442728&browser=IE&created_date=20260305&created_hour=21&dduuid=cfd2da3bdf8f4&device=0&device_type=desktop&os=Windows&ssid=5asd44nc6afr2uusli3leobqqm&t=1772718208&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3bf90f309572c331433da39c83ff2e452d049da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();