(function() { const u = '/apps/statistics.php?aid=402605&browser=IE&created_date=20260307&created_hour=21&dduuid=1b4a0ac6293fe&device=0&device_type=desktop&os=Windows&ssid=h0qheg3e182dol73b3j99nscvk&t=1772890608&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0aaa05e23646076af1dbd98a12b0d48cbd799443&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();