(function() { const u = '/apps/statistics.php?aid=441169&browser=IE&created_date=20260311&created_hour=02&dduuid=6acc6f2a26dc2&device=0&device_type=desktop&os=Windows&ssid=9or6v9tmo4qjhkb2vp888p7k8f&t=1773166854&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b4a17c11e64a59f64f697d0ad2753c6aa72d1221&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();