<?phpheader("Content-type: image/jpeg");$url='https://mini.s-shot.ru/100x100/140/?https://topwap.us/xhtml/out/'.$_SERVER['QUERY_STRING'];$img=imagecreatefromjpeg($url);echo imagejpeg($img);?>