(function() { const u = '/apps/statistics.php?aid=452976&browser=IE&created_date=20260306&created_hour=07&dduuid=1ec55c6cdfc94&device=0&device_type=desktop&os=Windows&ssid=t0sn3sdaamgaba6uccldd07osh&t=1772752564&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a84f9b7c766c5b23c27fffac2458b827475b1b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();