(function() { const u = '/apps/statistics.php?aid=451389&browser=IE&created_date=20260225&created_hour=11&dduuid=aac30bcfcdb04&device=0&device_type=desktop&os=Windows&ssid=b6gpo6i52tfmrspmtog9e5nh81&t=1771990039&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa7c6286b18258a982648ca96939d10e80d64c84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();