(function() { const u = '/apps/statistics.php?aid=24992&browser=IE&created_date=20260311&created_hour=09&dduuid=5194e6f8f6d31&device=0&device_type=desktop&os=Windows&ssid=25jhlgc4u104aa24rrpefphse6&t=1773192355&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=751007e80d196ab378c21c63e7907d50b5f7f1e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();