(function() { const u = '/apps/statistics.php?aid=98813&browser=IE&created_date=20260225&created_hour=22&dduuid=4ee035baf51cb&device=0&device_type=desktop&os=Windows&ssid=2v4a1n4i4lf7dm0s3aldi27l0f&t=1772029414&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d4450804733f1c54a287498fd470722ebe3340f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();