(function() { const u = '/apps/statistics.php?aid=455531&browser=IE&created_date=20260304&created_hour=16&dduuid=871c5da551bf0&device=0&device_type=desktop&os=Windows&ssid=vsa33fneafln3bu8g5489perdm&t=1772613879&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=812bdff3c18a3fce920153d7b909e192d9a8931f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();