(function() { const u = '/apps/statistics.php?aid=207200&browser=IE&created_date=20260226&created_hour=09&dduuid=72ddd9f334f31&device=0&device_type=desktop&os=Windows&ssid=df6nge1a501jav4o4g9q7q1chn&t=1772070968&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71e45ef3652cf1e47d02083c7b213f7f364aa67e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();