(function() { const u = '/apps/statistics.php?aid=452950&browser=IE&created_date=20260312&created_hour=15&dduuid=0f431b39d45af&device=0&device_type=desktop&os=Windows&ssid=0s083h8na9b04oc823evb2otev&t=1773301796&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f07fe58317ad3654bab503155153ccdb6c1dff5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();