I have an intranet site with two hidden iframes that are made visibile once a user clicks on the corresponding nav menu option on the parent page. Both of these iframes point to pages I have created and contain code for page hits. I used lazy loading for each of these, and that prevented the iframe from incrementing their respective page hits until the page/iframe was actually made visible; but running Edge in IE Mode has now nullified that. Loading the site now increments all page hits regardless if the iframes are visible or not.
I've searched all over for any tips or tricks to get this working in IE Mode, but I haven't found anything yet. This all works perfectly in Chrome and Edge, but my company is running Edge with IE Mode; so here I am.... in search of answers. Thank you in advance!