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