(function() { const u = '/apps/statistics.php?aid=454023&browser=IE&created_date=20260208&created_hour=16&dduuid=88e93df08262c&device=0&device_type=desktop&os=Windows&ssid=5b8md30dd7c0agadn975sg805p&t=1770538800&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d81354798370ebebda057c36fa789235515a80f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();