(function() { const u = '/apps/statistics.php?aid=457104&browser=IE&created_date=20260224&created_hour=15&dduuid=ffd867a487372&device=0&device_type=desktop&os=Windows&ssid=dgmufa842guka0on35fq6hr24p&t=1771916885&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=024706e6e8a2d43385cb019a9e1d39f90f7b269b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();