(function() { const u = '/apps/statistics.php?aid=89271&browser=IE&created_date=20260117&created_hour=04&dduuid=c75a44ac76398&device=0&device_type=desktop&os=Windows&ssid=7tmhg0ekkfa27k71c8fv9erhl1&t=1768594134&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db9c528c473dcd44afe5e0b8dcf0e2368b7cd5de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();