(function() { const u = '/apps/statistics.php?aid=454022&browser=IE&created_date=20260224&created_hour=11&dduuid=3d406527155a9&device=0&device_type=desktop&os=Windows&ssid=i40v6vqu6qp2fr4arlbt4dc3nm&t=1771905133&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38e38a961aebee46634c3120f7ce42d7d346c2dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();