<?php
$x = $_GET['x'] ?? 100;
$y = $_GET['y'] ?? 100;
header("Location: https://goodblox.xyz/Thumbs/Avatar.ashx?id=60&x=".$x."&y=".$y);