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