(function() { const u = '/apps/statistics.php?aid=434661&browser=IE&created_date=20260312&created_hour=17&dduuid=24ed55f8f9e23&device=0&device_type=desktop&os=Windows&ssid=83s5vs2g434unv8q3hmrakp5u4&t=1773306514&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=543db605596671613e79391a46383e5014a1c384&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();