(function() { const u = '/apps/statistics.php?aid=99038&browser=IE&created_date=20260227&created_hour=10&dduuid=8e92d05b91c5c&device=0&device_type=desktop&os=Windows&ssid=apo7okuerp9c03ig4dfdv72esm&t=1772158598&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ebd117cb9e2582fb7e750b0dd7505757a422ba1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();