So I had to change all the links on a certain site, so I put in a PageNotFound page.
I setup web.config to redirect 404 errors to this PageNotFound page.
After going live, the PageNotFound page was the most visited page, something like 5000+.
I later determined that this was the issue: Why is @font-face throwing a 404 error on woff files?
Basically font-face was throwing 4 404 errors on every page.
My question is this, would the PageNotFound page be hit that way? Because I was never redirected to the 404 page, but it was registering as the highest hit page until I fixed the font-face issue.