(function() { const u = '/apps/statistics.php?aid=439647&browser=IE&created_date=20260316&created_hour=19&dduuid=099bc3cabaa5b&device=0&device_type=desktop&os=Windows&ssid=845plhjuf8g2q2s4di28so9ntn&t=1773660870&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df4a9527bde303cd7c04cce4008ab3f3d80aa29f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();