(function() { const u = '/apps/statistics.php?aid=322333&browser=IE&created_date=20260307&created_hour=17&dduuid=556ac8e7f508f&device=0&device_type=desktop&os=Windows&ssid=a9ictc4spbc6ceo188k08f3dp2&t=1772874920&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f74d5cdcf9890c5523aa232a81af885de5a5d82a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();