(function() { const u = '/apps/statistics.php?aid=453998&browser=IE&created_date=20260311&created_hour=09&dduuid=359f20e3f757e&device=0&device_type=desktop&os=Windows&ssid=tcv50vjo9legbqp9s4i5k46qal&t=1773193050&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8ddc8c37674709262834659ea322a9ae2e3bd36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();