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