(function() { const u = '/apps/statistics.php?aid=230320&browser=IE&created_date=20260123&created_hour=00&dduuid=7ae424e8e1436&device=0&device_type=desktop&os=Windows&ssid=cn1ue8288b3ulipr0qndblv0ou&t=1769098393&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d504a44d32647a928e5c91ff74f40c5f50880ac9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();