(function() { const u = '/apps/statistics.php?aid=438800&browser=IE&created_date=20260315&created_hour=13&dduuid=65b336431459f&device=0&device_type=desktop&os=Windows&ssid=9dg6n5gncsfujvmn0abegk4thn&t=1773552269&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=273f1ab3b3dd0817c9fdfe880ae1d10a8d945481&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();