Since nobody correctly answered this yet:
There are 10 possible EPs per face, with these probabilities:
Skip: 1/24
H: 1/24
Oa: 1/24
Ob: 1/24
Z: 1/12
Opp: 1/12
Ua: 1/6
Ub: 1/6
Adj: 1/6
W: 1/6
If you don't solve parity before EP, the probability is 4/24^2 + 2/12^2 + 4/6^2 = 19/144 ~ 13.2%.
If you do (e.g. with CSP or CPP), the probability doubles to 19/72 ~ 26.4%.
(If you treat the two O perms as the same and the two U perms as the same, then the probabilities increase to 55/288 ~ 19.1% without parity pre-solved, 55/144 ~ 38.2% with parity pre-solved.)