(function() { const u = '/apps/statistics.php?aid=424227&browser=IE&created_date=20260310&created_hour=08&dduuid=858f93a2b3c3f&device=0&device_type=desktop&os=Windows&ssid=ng3e3ei4vfcdng6u8531aa47g0&t=1773101479&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd2b6828e120b74679795bc06462cf119db96ecb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();