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