(function() { const u = '/apps/statistics.php?aid=98747&browser=IE&created_date=20260304&created_hour=08&dduuid=7143bf530c890&device=0&device_type=desktop&os=Windows&ssid=1nf79e98b7714g6ppdth46baqk&t=1772582608&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=92457185775e240f650af17b61af4f70bc2fce1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();