(function() { const u = '/apps/statistics.php?aid=401004&browser=IE&created_date=20260308&created_hour=00&dduuid=5d9f775ce8355&device=0&device_type=desktop&os=Windows&ssid=681ecfn85eof2qkjshilhj4j97&t=1772900723&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d5c6d71942ac0a64f8bcaa5fcea35837e90a74f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();