(function() { const u = '/apps/statistics.php?aid=440714&browser=IE&created_date=20251222&created_hour=06&dduuid=377c946d09a02&device=0&device_type=desktop&os=Windows&ssid=ri9881ipm3elig896fjisn9hr4&t=1766354941&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b8175fc1ecc9f1d946154dfd0829d65c3360ebf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();