(function() { const u = '/apps/statistics.php?aid=454050&browser=IE&created_date=20260311&created_hour=08&dduuid=69cd2c5cdfdd7&device=0&device_type=desktop&os=Windows&ssid=jsl31fkaidu0ntak2rojcvh7or&t=1773187485&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6164103d5672d78c6aaca959d4c8b4f9c4e267be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();