pub async fn fetch_adguard_stats(
    client: &Client,
    endpoint: &str,
    username: &str,
    password: &str
) -> Result<StatsResponse, Error>