(function() { const u = '/apps/statistics.php?aid=447880&browser=IE&created_date=20260228&created_hour=03&dduuid=852f00fcc67fd&device=0&device_type=desktop&os=Windows&ssid=br67clrstk0bq79ur4q9p37vep&t=1772220599&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=835eafc9500e3471286a05db6af366ec2752f927&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();