If we assume, as in mickep's comment, that it's $\dfrac{u^2}{8u^4 + 8u^2+4},$ then we work first on factoring the denominator:
$$
8u^4 + (\cdots) + 4 = \Big( \sqrt8\, u^2 + 2\Big)^2 = 8u^4 + 8\sqrt 2\, u^2 + 2
$$
So
\begin{align}
8u^4 + 8u^2 + 4 & = \Big(8u^2 + 8\sqrt 2 u^2 + 2\Big) + (8u^2 - 8\sqrt 2\, u^2) \\[10pt]
& = (\sqrt8\,u^2 + 2)^2 + 8(1-\sqrt2)u^2 \\[10pt]
& = \Big( \sqrt8\,u^2 + 2\Big)^2 - \Big( \sqrt{8(\sqrt 2 - 1)} \, u \Big)^2 \\[10pt]
& = \Big( \sqrt8\, u^2 + 1 - \sqrt{8(\sqrt 2 - 1)}\,u\, \Big) \Big( \sqrt8\, u^2 + 1 + \sqrt{8(\sqrt 2 - 1)}\,u \, \Big).
\end{align}
You then have a product of two irreducible quadratic factors in the denominator. Do partial fractions accordingly.
You might also consider the tangent half-angle substitution:
$$
w = \tan \frac x 2
$$
which leads to
\begin{align}
\sin x & = \frac{2w}{1+w^2}, \\[10pt]
\cos x & = \frac{1-w^2}{1+w^2}, \\[10pt]
dx & = \frac{2\,dw}{1+w^2}.
\end{align}
alignenvironment doesn't work in comments. $$\int_{-\pi/2}^{\pi/2}\frac{\sin^2x}{4(\cos^4x+2\sin^4x)+2\sin^2 2x},dx$$ $$=\int_{-\pi/2}^{\pi/2}\frac{\sin^2x}{4(\cos^4x+2\sin^4x)+8\sin^2x\cos^2x},dx$$ $$=\int_{-\pi/2}^{\pi/2}\frac{\tan^2x \sec^2 x}{4(1+2\tan^4x)+8\tan^2 x},dx$$ $$=\int_{-\infty}^{+\infty}\frac{u^2}{4(1+2u^4)+8u^2},du$$ $$=\int_{-\infty}^{+\infty}\frac{u^2}{8u^4+8u^2+4},du$$ – Jun 19 '17 at 20:16