(function() { const u = '/apps/statistics.php?aid=11667&browser=IE&created_date=20260224&created_hour=07&dduuid=dda82d9482f8c&device=0&device_type=desktop&os=Windows&ssid=aitc9k7io9mbogh2jsadb9kigi&t=1771890591&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68a2ab5b0ac160dafe86c0c240aa29624df31017&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();