(function() { const u = '/apps/statistics.php?aid=276103&browser=IE&created_date=20260223&created_hour=23&dduuid=780b1266a53e1&device=0&device_type=desktop&os=Windows&ssid=4j9aejrnbnrtdsjv28ltoi35gn&t=1771860395&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=239d3ba125e26410933f7eb9bd8878819649964e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();