(function() { const u = '/apps/statistics.php?aid=15&browser=IE&created_date=20260223&created_hour=18&dduuid=166f43ac05182&device=0&device_type=desktop&os=Windows&ssid=jfd391f37re7e2rsd7ohqfqqs6&t=1771840967&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06559ee9793ecb86b27c1957d1d262f0c33463cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();