(function() { const u = '/apps/statistics.php?aid=452197&browser=IE&created_date=20260311&created_hour=05&dduuid=2d4139719aa4f&device=0&device_type=desktop&os=Windows&ssid=evfnn3bls9pfhph2lamt5b9aa5&t=1773177165&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=899c55323b2ddb5d4b5bdf5158b22099656243f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();