(function() { const u = '/apps/statistics.php?aid=448795&browser=IE&created_date=20260308&created_hour=08&dduuid=b98bfe2760b3d&device=0&device_type=desktop&os=Windows&ssid=ckfsgth3gk2bnlcps26a3va528&t=1772928115&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98f12921b2e4f8d12b7cea7850ca91ee020a9372&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();