(function() { const u = '/apps/statistics.php?aid=456378&browser=IE&created_date=20260226&created_hour=15&dduuid=0204e39a4b969&device=0&device_type=desktop&os=Windows&ssid=g5b5lengjfsp0m89vnlpnc0j5a&t=1772092378&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fce7d01a47e0df129f3565f20bcd9f37390c3322&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();