(function() { const u = '/apps/statistics.php?aid=448029&browser=IE&created_date=20260124&created_hour=08&dduuid=c4371890acb06&device=0&device_type=desktop&os=Windows&ssid=6n57fs7j4rbbseqo48h7n7v21u&t=1769214786&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d430145f9fd384f875aad925649b89446fd64b65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();