(function() { const u = '/apps/statistics.php?aid=452194&browser=IE&created_date=20260224&created_hour=23&dduuid=fd235175a79e3&device=0&device_type=desktop&os=Windows&ssid=rc37i4cqe8flhfa2jeut5n2aqk&t=1771947676&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f49cb07e42e6e5feec43328622ae782d725c0a24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();