(function() { const u = '/apps/statistics.php?aid=208058&browser=IE&created_date=20260102&created_hour=11&dduuid=961a29f594fec&device=0&device_type=desktop&os=Windows&ssid=s11714phk12eclk4qqpe1rp229&t=1767324379&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4532218d9aa1016901f79dee61386fe5a088860&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();