(function() { const u = '/apps/statistics.php?aid=448784&browser=IE&created_date=20260228&created_hour=09&dduuid=820fbb54f0c16&device=0&device_type=desktop&os=Windows&ssid=q8pl5r9nfqd75m192j7e301lcr&t=1772243036&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a5adb96c4e244fcb9afa14923c30f410a17c371&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();