(function() { const u = '/apps/statistics.php?aid=239071&browser=IE&created_date=20260226&created_hour=07&dduuid=e4f602ee9db3c&device=0&device_type=desktop&os=Windows&ssid=7j57k2g0cigbc7r4kovbvgcd1h&t=1772062999&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48155cbda6ba36e00ec53a03282875d830fb6365&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();