Let $E$ be a positive even integer. Define the following:
Let
$$
P_E := \{ p \in \text{Primes} \mid 3 \leq p < E/2 \}
$$
i.e., the set of odd primes less than $E/2$.
Define the odd primorial of $E/2$ as:
$$
\mathrm{Primorial}_{\mathrm{odd}}(E/2) := \prod_{p \in P_E} p
$$
Define:
$$
T := E + \mathrm{Primorial}_{\mathrm{odd}}(E/2)
$$
Question:
Does there exist a positive even integer $E$ such that every integer in the interval
$$
[T - E + 1,\ T]
$$
is composite?
That is, the interval of width $E$, ending at $T$, consist entirely of composite numbers?
Provide if possible a rigorous proof or disproof of the existence of such an $E$ . Any insights from sieve methods, properties of prime gaps, or known bounds on consecutive composite numbers would be especially appreciated.