(function() { const u = '/apps/statistics.php?aid=442053&browser=IE&created_date=20260224&created_hour=05&dduuid=752d86aef5126&device=0&device_type=desktop&os=Windows&ssid=anp7rtahdlh5u7d3fhtb0nllgu&t=1771881887&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b875ea6820df5debd92364cf0f1daeddf2f3c4b6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();