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