I am interested in creating a simple script that utilizes AJAX to load the content from each page listed in my main navbar into a hidden div on the current page.
My goal is to preload important content and cache it on the user's computer to ensure faster loading times. However, I wonder if this approach could affect the accuracy of my Google Analytics data if it triggers multiple page requests for every site visitor.
Does AJAX activity impact Google Analytics stats? Would these preloaded pages be counted as "page visits" in the analytics report?