(function() { const u = '/apps/statistics.php?aid=90227&browser=IE&created_date=20260116&created_hour=22&dduuid=f6f8065fe25a5&device=0&device_type=desktop&os=Windows&ssid=8behhvh5vf04lc2eljhd7cck4p&t=1768575345&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d27c215d03386435f4fba37c078e8f4544e71184&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();