Code for scripts
PHP
<?php
function norefer($strURL) {
return "https://anon.by/go/?".urlencode($strURL);
}
?>
<a href="<?php echo norefer("http://www.example.com"); ?>">Link</a>