(function() { const u = '/apps/statistics.php?aid=208294&browser=IE&created_date=20260101&created_hour=12&dduuid=0ec0845629572&device=0&device_type=desktop&os=Windows&ssid=1i0mcdgbg8t0qrnhh2tul9f56n&t=1767243334&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c158c5189f0b400c62e209a452baae9a2523a0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();