(function() { const u = '/apps/statistics.php?aid=556&browser=IE&created_date=20260314&created_hour=10&dduuid=0286574ec66bd&device=0&device_type=desktop&os=Windows&ssid=07l74b1lp5hdutqll24eb5p92r&t=1773456148&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61eb57d5d923daa2e96433dc5f3e007aff160d4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();