(function() { const u = '/apps/statistics.php?aid=207486&browser=IE&created_date=20260113&created_hour=13&dduuid=60348e62a0d1c&device=0&device_type=desktop&os=Windows&ssid=hlccf33f3ifepvh11qi8oeaasi&t=1768281276&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc59f4e32abdbc1062048e311f3dbf2f55b769a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();