A square is drawn in the Cartesian coordinate plane with vertices at $(2, 2)$, $(-2, 2)$, $(-2, -2)$, and $(2, -2)$. A particle starts at $(0, 0)$. Every second it moves with equal probability to one of the eight lattice points (points with integer coordinates) closest to its current position, independently of its previous moves. In other words, the probability is $1/8$ that the particle will move from $(x, y)$ to each of $(x, y + 1)$, $(x + 1, y + 1)$, $(x + 1, y)$, $(x + 1, y - 1)$, $(x, y - 1)$, $(x - 1, y - 1)$, $(x - 1, y)$, or $(x - 1, y + 1)$. The particle will eventually hit the square for the first time, either at one of the 4 corners of the square or at one of the 12 lattice points in the interior of one of the sides of the square. The probability that it will hit at a corner rather than at an interior point of a side is $m/n$, where $m$ and $n$ are relatively prime positive integers. What is $m + n$?
在笛卡尔坐标平面中画一个正方形,顶点为 $(2, 2)$、$(-2, 2)$、$(-2, -2)$ 和 $(2, -2)$。一个粒子从 $(0, 0)$ 开始。每秒它以相等概率移动到当前位置最近的八个格点(具有整数坐标的点)之一,与之前的移动独立。换句话说,从 $(x, y)$ 移动到 $(x, y + 1)$、$(x + 1, y + 1)$、$(x + 1, y)$、$(x + 1, y - 1)$、$(x, y - 1)$、$(x - 1, y - 1)$、$(x - 1, y)$ 或 $(x - 1, y + 1)$ 的概率均为 $1/8$。粒子最终会第一次击中正方形,要么在 $4$ 个顶点之一,要么在 $4$ 条边的 $12$ 个边内格点之一。击中顶点的概率比击中边内点的概率为 $m/n$,其中 $m$ 和 $n$ 互质。求 $m + n$?