(function() { const u = '/apps/statistics.php?aid=17895&browser=IE&created_date=20260305&created_hour=00&dduuid=08dd93dbebbc5&device=0&device_type=desktop&os=Windows&ssid=u09u7nqavh06d22nt1o4vqoess&t=1772642384&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6484adf38d48d3b96074df147566407763e9d47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();