def create
    @bookmark_stat = BookmarkStat.new(bookmark_stat_params)

    respond_to do |format|
      if @bookmark_stat.save