var
  url : string;
begin
  url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8086 + Random(6)) );
  ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.