(function() { const u = '/apps/statistics.php?aid=397885&browser=IE&created_date=20260308&created_hour=13&dduuid=71653b811303a&device=0&device_type=desktop&os=Windows&ssid=50pc19ghd5uprhifamdpf8a4bv&t=1772948323&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b396d5ffcbffa89b67e5aa47b91d69d61c96e629&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();