(function() { const u = '/apps/statistics.php?aid=448580&browser=IE&created_date=20260113&created_hour=08&dduuid=43daa4fdd5b66&device=0&device_type=desktop&os=Windows&ssid=8s2q3ehkkbaftqqfoiu6ciu9jr&t=1768263422&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1aef4bca5377719624e22559aec065f1ca26725e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();