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