(function() { const u = '/apps/statistics.php?aid=424513&browser=IE&created_date=20260224&created_hour=21&dduuid=2317d85a9cd64&device=0&device_type=desktop&os=Windows&ssid=sv2a122inso2b6v4irq8ne2r6m&t=1771941204&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b1255eea5db9b10fc4dc5df047ed8f249f14339e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();