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