(function() { const u = '/apps/statistics.php?aid=434730&browser=IE&created_date=20260101&created_hour=15&dduuid=034c8a23b5264&device=0&device_type=desktop&os=Windows&ssid=uai7fjfj2254ql8uet6um9uijq&t=1767254281&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc54c04050754849d9bc16033e67f20cb5f491c5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();