(function() { const u = '/apps/statistics.php?aid=403262&browser=IE&created_date=20260225&created_hour=20&dduuid=fe877d95ff559&device=0&device_type=desktop&os=Windows&ssid=cd9vf28modcceqg3he8hf2pn2v&t=1772024363&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef49d8551e3f78a2040aa1f29766c1c44c80d7cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();