(function() { const u = '/apps/statistics.php?aid=207948&browser=IE&created_date=20260102&created_hour=21&dduuid=e7418561dc288&device=0&device_type=desktop&os=Windows&ssid=4plnpo5jbma8j3otbl6kosn2ao&t=1767359908&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=766fcaae681aee94ba659174972f5c530db007a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();