(function() { const u = '/apps/statistics.php?aid=455055&browser=IE&created_date=20260306&created_hour=07&dduuid=d4d74a26517e9&device=0&device_type=desktop&os=Windows&ssid=1g0sbpb28ee4mfbdoagufd1sa3&t=1772754376&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0038e26a33931a04ceb6253f77fb5d1090d343e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();