I have heard that $p(x)=-3x^2+7x-3$ is the simplest polynomial for which $p(1)=1$, $p(x)=x^{\deg p}\cdot p(x^{-1})$ and $p(x^m)$ is irreducible for all $m\geq 1$. I have tried to show the last part, i.e., the irreducibility of $p(x^m)$ but wasn't able to.
My attempt: The case $m=1$ is trivial, so assume $m\geq 2$. Let $\alpha=\frac{7+\sqrt{13}}{6}$ be a root of $p(x)$ and let $\beta=\sqrt[m]{\alpha}$. It suffices to show that $$[\mathbb{Q}(\beta):\mathbb{Q}]=[\mathbb{Q}(\beta):\mathbb{Q}(\alpha)][\mathbb{Q}(\alpha):\mathbb{Q}]=2m,$$ or equivalently $[\mathbb{Q}(\beta):\mathbb{Q}(\alpha)]=m$, since this would imply that $p(x^m)$, being a polynomial of degree $2m$, is a minimal polynomial of $\beta$ over $\mathbb{Q}$.
Now we are left to show $[\mathbb{Q}(\beta):\mathbb{Q}(\alpha)]=m$. Since $\beta$ is a root of $x^m-\alpha\in\mathbb{Q}(\alpha)[x]$, this is equivalent to $x^m-\alpha$ being irreducible over $\mathbb{Q}(\alpha)$. In light of the answer given here, we need to show that $\sqrt[k]{\alpha}\not\in\mathbb{Q}(\alpha,\zeta_m)$ for all $1<k\leq m$, where $\zeta_m=\exp(\frac{2\pi i}{m})$. Here is where I'm stuck, however.
My another attempt was to simply assume $-3x^{2m}+7x^m-3=f(x)g(x)$ and reach contradiction via different methods (e.g., by reducing modulo 3) but I was not successful here either.
Any help or suggestion would be appreciated. Thank you in advance.