(function() { const u = '/apps/statistics.php?aid=210277&browser=IE&created_date=20260223&created_hour=19&dduuid=9e4cdaa13ff4c&device=0&device_type=desktop&os=Windows&ssid=l32lhrl1316aemf1dbucn9ccr3&t=1771845266&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4cd13eb0473e5911066ac7608f5d23052efa475&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();