(function() { const u = '/apps/statistics.php?aid=448845&browser=IE&created_date=20260226&created_hour=05&dduuid=4743e67f6e28e&device=0&device_type=desktop&os=Windows&ssid=bvtcfuchp227mrn8jsem1vh3km&t=1772054005&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b76ba0ff9cdcb2d0d264b5434a4b519694f41c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();