It is only looking for a querystring and not a form post request.
Using just Request is a performance hit as all Request collections have to be searched, and the querystyring 't' should never be passed as a post request.
Making this change will affect performance but make no difference to search engine indexing.