(function() { const u = '/apps/statistics.php?aid=450193&browser=IE&created_date=20260225&created_hour=19&dduuid=c0793018ebe1b&device=0&device_type=desktop&os=Windows&ssid=h5m49q4k3r390craf5c522akkq&t=1772018941&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cc30194952bf51e1d5e7f3b596d81d00e69a94d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();