(function() { const u = '/apps/statistics.php?aid=455112&browser=IE&created_date=20260312&created_hour=05&dduuid=8b89e077c880d&device=0&device_type=desktop&os=Windows&ssid=7cn7u89ph4rf18899j53n1u8c4&t=1773262912&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16fc4bef962276fa0916cb79f29a7738a02ef252&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();