(function() { const u = '/apps/statistics.php?aid=210195&browser=IE&created_date=20251224&created_hour=08&dduuid=b2152755faaa8&device=0&device_type=desktop&os=Windows&ssid=v7tp1s8df2gsn73l3hfog0aka0&t=1766535388&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e5b4e0ad777b37a8adc34650c6d8fccfcb3f0b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();