(function() { const u = '/apps/statistics.php?aid=454038&browser=IE&created_date=20260224&created_hour=11&dduuid=98b5846c8d741&device=0&device_type=desktop&os=Windows&ssid=b1cu1d6ii150gf2qp8qncmndh2&t=1771905141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10f0c5a073366fb9a898a73ca81b07dc6182301b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();