(function() { const u = '/apps/statistics.php?aid=453484&browser=IE&created_date=20260311&created_hour=08&dduuid=7a8a038eed66b&device=0&device_type=desktop&os=Windows&ssid=bp2binpk5qc1lvn02f0oju60ma&t=1773187466&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6eaafe1b1616a1ed884fb11f2e2341aecddef827&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();