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