(function() { const u = '/apps/statistics.php?aid=454656&browser=IE&created_date=20260304&created_hour=10&dduuid=2665700101f3f&device=0&device_type=desktop&os=Windows&ssid=kc431gquuh0eserd8e1sl78tgm&t=1772589996&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=786b6cc8756fa5307eced198d742d6d59292e351&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();