(function() { const u = '/apps/statistics.php?aid=452195&browser=IE&created_date=20260312&created_hour=10&dduuid=963538a435a25&device=0&device_type=desktop&os=Windows&ssid=bpkve0d0ce2ml02sa2hffh0qqf&t=1773282503&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9781d55a20eedfdcd9037833805f9a49a158b42e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();