(function() { const u = '/apps/statistics.php?aid=433190&browser=IE&created_date=20260305&created_hour=06&dduuid=02f5df3c7ac43&device=0&device_type=desktop&os=Windows&ssid=t54n0h14davfdeqaspso7blnk7&t=1772663433&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=679a66db5d09dfd1a3b1ab0736ceddb425307da6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();