(function() { const u = '/apps/statistics.php?aid=442770&browser=IE&created_date=20260316&created_hour=12&dduuid=027af3bb40a75&device=0&device_type=desktop&os=Windows&ssid=isfs6j75guthjjppdh7888c11r&t=1773634416&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8706dbc6701d087b361f83380d9e25f322260745&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();