(function() { const u = '/apps/statistics.php?aid=424209&browser=IE&created_date=20260311&created_hour=10&dduuid=3c2a42722108f&device=0&device_type=desktop&os=Windows&ssid=7f0v6op96sao4evgt45dhcc9mn&t=1773195381&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0f8c8273e7b4f8c95d8a0c61e248b162c9dfa76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();