(function() { const u = '/apps/statistics.php?aid=450570&browser=IE&created_date=20260307&created_hour=13&dduuid=5b8ea879ae25e&device=0&device_type=desktop&os=Windows&ssid=n4i8ee6plijrpguqn7uae7ljld&t=1772863002&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39042e1af10e7e87f77005f27d35e7ef4ffe0b34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();