(function() { const u = '/apps/statistics.php?aid=350521&browser=IE&created_date=20260225&created_hour=09&dduuid=00b73b69fe786&device=0&device_type=desktop&os=Windows&ssid=0q225f7e52ehbjto0pdau9ppum&t=1771984625&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03a5f179fe421d42855d5d6bcac13790a52fc649&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();