(function() { const u = '/apps/statistics.php?aid=403257&browser=IE&created_date=20260311&created_hour=14&dduuid=f262ae955bee2&device=0&device_type=desktop&os=Windows&ssid=0hp909s197bpmeaq2rtdhij1r3&t=1773210613&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97d25201dbfe3e72dce864c4f710a423c162b489&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();