(function() { const u = '/apps/statistics.php?aid=291794&browser=IE&created_date=20260223&created_hour=14&dduuid=d09bdc73ebe99&device=0&device_type=desktop&os=Windows&ssid=pmrvraqvc9ekn4ip8to9s8ia0c&t=1771827584&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0843161422aa5cd18c2bfac770cd1c8ee0885780&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();