(function() { const u = '/apps/statistics.php?aid=404339&browser=IE&created_date=20260224&created_hour=01&dduuid=ed3ed10dae996&device=0&device_type=desktop&os=Windows&ssid=qntfu1ukj4r9siu448so9h1e5l&t=1771866270&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d425be8445623a360b1c1366a043c748b9fc920d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();