Integration of logarithmic function from $0$ to infinity $$\int_0^\infty \frac{\ln(1+25x^2)}{1+16x^2} dx$$

My approach:
I substituted $x=\frac{1}{4}\tan z$, doing so denominator term reduced, bit still an integral is there in numerator which is difficult to evaluate.
Let $\tan t=4x$. Then,
$$\int_0^\infty \frac{\ln(1+25x^2)}{1+16x^2} dx =\frac14\int_0^{\pi/2}\ln (1+\frac{25}{16}\tan^2 t) dt = \frac14 I\left(\frac{25}{16}\right)$$
where
$$ I(a)= \int_0^{\pi/2}\ln (1+a \tan^2t)dt,\>\>\> I’(a) = \int_0^{\pi/2}\frac{\tan^2t dt}{1+a\tan^2t}= \frac{\pi}{2\sqrt a(\sqrt a+1)} $$
Thus,
$$\int_0^\infty \ln \frac{1+25x^2}{1+16x^2} dx = \frac14 I\left(\frac{25}{16}\right)=\frac14\int_0^{\frac{25}{16}}I’(a)da\\ =\frac\pi8\int_0^{25/16} \frac{da}{\sqrt a(\sqrt a+1)} =\frac\pi4\ln(\sqrt a+1)\bigg|_0^{\frac{25}{16} } = \frac\pi4\ln \frac94$$