(function() { const u = '/apps/statistics.php?aid=459913&browser=IE&created_date=20260312&created_hour=06&dduuid=771296d26b6da&device=0&device_type=desktop&os=Windows&ssid=cu9vmm6j191v7q9hii3clst6em&t=1773269771&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49d23fb55dc5f8165c8b0f2309d6a695c33763a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();