(function() { const u = '/apps/statistics.php?aid=98822&browser=IE&created_date=20260226&created_hour=01&dduuid=6ce62c280de08&device=0&device_type=desktop&os=Windows&ssid=usmf7dk2ktvh86p7kbfdkgm2cm&t=1772042302&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd9896e0a915805067efe048f60fe3505eb8cb7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();