I have a page with a few different files that can be downloaded. I'd like to keep track of how many times those things are being downloaded.

I've been thinking this over and I'm guessing the only way to do this would be to make the download link open up a page that inserts a value into a DB field, correct?

Is there any way to do this without opening a new page?