(function() { const u = '/apps/statistics.php?aid=455312&browser=IE&created_date=20260224&created_hour=16&dduuid=80a4cb31f4e31&device=0&device_type=desktop&os=Windows&ssid=ml2cqd0sn2nl01ihthjct5p52o&t=1771920373&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e38fa0a269b8bd053c2078f0b46ae8f422667233&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();