(function() { const u = '/apps/statistics.php?aid=113157&browser=IE&created_date=20260305&created_hour=00&dduuid=a482790cabd12&device=0&device_type=desktop&os=Windows&ssid=g7169gehbb245bgl28e09meoqm&t=1772642541&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a703f5eccb900435cd4bf449690a81cfc4cd6cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();