(function() { const u = '/apps/statistics.php?aid=447285&browser=IE&created_date=20260123&created_hour=00&dduuid=900fce3fe1cbd&device=0&device_type=desktop&os=Windows&ssid=9e4mlau78qqs6vriv0p7ar0gb4&t=1769097906&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27c4566e2067627a7644df8c8f722d3f88f37275&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();