(function() { const u = '/apps/statistics.php?aid=436480&browser=IE&created_date=20260315&created_hour=21&dduuid=3f8fed54d9896&device=0&device_type=desktop&os=Windows&ssid=mr8ebh91di7g976beqp58d6kmo&t=1773581458&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fcba3c8809e9f259f82f7702c1dc6a4e5e710a7d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();