A, S, M, and D are functions of \( x \) and \( y \), and they are defined as follows:
\[
A(x, y) = x + y, \quad S(x, y) = x - y
\]
\[
M(x, y) = x \cdot y, \quad D(x, y) = \frac{x}{y}, \quad y \neq 0
\]
What is the value of \( M(M(A(M(x, y), S(x, y)), D(x, y)), A(x, y)) \) for \( x = 2 \), \( y = 3 \)?