(function() { const u = '/apps/statistics.php?aid=401501&browser=IE&created_date=20260128&created_hour=10&dduuid=14f413dbd4af4&device=0&device_type=desktop&os=Windows&ssid=uoc37rji7dcetcmcntuudbklud&t=1769567465&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e9221661d3b4498ea3fcfff4785139d8dcb512b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();