(function() { const u = '/apps/statistics.php?aid=99206&browser=IE&created_date=20260228&created_hour=07&dduuid=1373e9aa9d1b5&device=0&device_type=desktop&os=Windows&ssid=ihgk26kfqs24ad0bpgo9oabcmt&t=1772233212&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c04e7c23dfa714367595335af4a0e80a43301d87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();