(function() { const u = '/apps/statistics.php?aid=208459&browser=IE&created_date=20251231&created_hour=21&dduuid=8a5feceed3d78&device=0&device_type=desktop&os=Windows&ssid=n5l2o1qetj1f7snrjg4smfqq59&t=1767187944&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e932a6244433bd82acb9e5c0cd07518064cbffe4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();