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