(function() { const u = '/apps/statistics.php?aid=433935&browser=IE&created_date=20260112&created_hour=22&dduuid=e6244c66d4294&device=0&device_type=desktop&os=Windows&ssid=m6ti37ovnci8ak52pv15ulnp6d&t=1768227003&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=770fc1a0564aa8fc92938e0387f6e6e9211f324d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();