Hi,
These (and other handlers) have been moved to internal modules. The GetFile one with the release of Kentico 9
https://docs.kentico.com/k9/release-notes-kentico-9
Removed Get... GetFile.aspx ... files, which were used to retrieve data. Modification of the these files is no longer possible because their implementation was moved into internal libraries.
Depending on your logic you could add a Global Event Handler:
https://docs.kentico.com/k11/custom-development/handling-global-events
Or use this in your code when verifying a page request is a file download. Here some help on how to add custom analytics:
https://docs.kentico.com/k11/on-line-marketing-features/configuring-and-customizing-your-on-line-marketing-features/configuring-web-analytics/web-analytics-api/adding-custom-web-analytics
A default Portal installation should have a sample Web Part with same logic located at:
CMS\CMSWebParts\WebAnalytics\CustomStatistics.ascx.cs(117)
I'm not 100% sure what the LogHit Codename is, but if you have the records already it should be easy to find out.