(function() { const u = '/apps/statistics.php?aid=33785&browser=IE&created_date=20260305&created_hour=06&dduuid=d20b3bdce3161&device=0&device_type=desktop&os=Windows&ssid=oinq35aefeikjth87993la6kef&t=1772662118&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=691ead8aae856483827a2968c03f2046c6a7f041&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();