(function() { const u = '/apps/statistics.php?aid=397817&browser=IE&created_date=20260226&created_hour=11&dduuid=dc210cf730b05&device=0&device_type=desktop&os=Windows&ssid=vb4s7fv3bo91n7f5s9ege302lh&t=1772077235&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=321def3f9951937205716cda2850edc71e54c192&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();