This is neat (how the up/downvote onclick handler sends the info to the server). new Image().src = el.href; Where href looks like this: vote?id=xxxxxxxx&how=up&auth=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy&goto=item%3Fid%3Dzzzzzzzz#wwwwwwww
Maybe it's neat but this is not how anyone would write it today. This is the legacy code still left from the time before ajax was invented.
This is used for write-only GET requests (with graceful fallback when JS is disabled since those are plain anchor elements).