(function() { const u = '/apps/statistics.php?aid=423906&browser=IE&created_date=20260312&created_hour=10&dduuid=75725168e5544&device=0&device_type=desktop&os=Windows&ssid=1eh79e0astg8lc3c3kdt7qg6l9&t=1773281195&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8eaad0ac4bf4f50cf1ba723ab158f166e95546e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();