(function() { const u = '/apps/statistics.php?aid=453435&browser=IE&created_date=20260310&created_hour=14&dduuid=2b4c43372eba4&device=0&device_type=desktop&os=Windows&ssid=dn421h1hpol6jci0oajukcf2ec&t=1773125003&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=343172a136d835ab7f3fdf011f5a011786f881c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();