(function() { const u = '/apps/statistics.php?aid=448978&browser=IE&created_date=20260123&created_hour=22&dduuid=7f66badf19774&device=0&device_type=desktop&os=Windows&ssid=dcfhiruhfhonut89h3t8btjq9s&t=1769178560&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0a531982d62b5cdb3ca47013d071b0b81af23c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();