(function() { const u = '/apps/statistics.php?aid=206996&browser=IE&created_date=20251225&created_hour=04&dduuid=f557c6e379129&device=0&device_type=desktop&os=Windows&ssid=t9r8jf3dabdv56ol3bcfnfd0j6&t=1766609439&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4a65563d0d94348fd39ebcebc6648cc3271253b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();