(function() { const u = '/apps/statistics.php?aid=454140&browser=IE&created_date=20260310&created_hour=09&dduuid=d4564d0cbef15&device=0&device_type=desktop&os=Windows&ssid=751fkrlf6sa9o57oku46c0t6vq&t=1773107527&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=885c71df2297207e7fc76935fa5c4589665b8f5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();