(function() { const u = '/apps/statistics.php?aid=206951&browser=IE&created_date=20260208&created_hour=11&dduuid=34e17b6f491b1&device=0&device_type=desktop&os=Windows&ssid=i8m526rpse20vnb71pvm921upi&t=1770521487&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a7c81e286324504e7e9b1498bab58862941a467&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();