I have Pageview tag in Google Tag Manager that tracks SPA pageviews, identical to the one described in this guide. Basically it is Universal Analytics>
Pageview
It looks like analytics scripts are loaded with :
j.async = true; or a.async = 1;
j.async = true;
a.async = 1
Try to remove async and see if it helps.
async